home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFADDNEWSBINDLG / TFADDNEWSBINDLG.txt < prev   
Text File  |  2004-05-31  |  2KB  |  123 lines

  1. object fAddNewsBinDlg: TfAddNewsBinDlg
  2.   Left = 572
  3.   Top = 323
  4.   ActiveControl = txtName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'News Bin'
  8.   ClientHeight = 326
  9.   ClientWidth = 433
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object shpWhiteBk: TShape
  22.     Left = 0
  23.     Top = 0
  24.     Width = 433
  25.     Height = 286
  26.     Align = alClient
  27.     Pen.Color = clWhite
  28.   end
  29.   object bvlBottom: TBevel
  30.     Left = 0
  31.     Top = 286
  32.     Width = 433
  33.     Height = 40
  34.     Align = alBottom
  35.     Shape = bsTopLine
  36.   end
  37.   object htmlNewsBin: THTMLabel
  38.     Left = 140
  39.     Top = 59
  40.     Width = 277
  41.     Height = 19
  42.     AnchorHint = False
  43.     AutoSizing = True
  44.     AutoSizeType = asVertical
  45.     Color = clWhite
  46.     Ellipsis = False
  47.     HintShowFull = False
  48.     Hover = False
  49.     HoverColor = clNone
  50.     HoverFontColor = clNone
  51.     HTMLHint = False
  52.     HTMLText.Strings = (
  53.       '(runtime)')
  54.     ParentColor = False
  55.     ShadowColor = clGray
  56.     ShadowOffset = 2
  57.     Transparent = True
  58.     URLColor = clBlue
  59.     VAlignment = tvaTop
  60.   end
  61.   object lblNewsBin: TLabel
  62.     Left = 140
  63.     Top = 125
  64.     Width = 69
  65.     Height = 13
  66.     Caption = '(set at runtime)'
  67.     Color = clWhite
  68.     ParentColor = False
  69.     Transparent = True
  70.   end
  71.   object imgWiz: TImage
  72.     Left = 6
  73.     Top = 7
  74.     Width = 108
  75.     Height = 267
  76.     AutoSize = True
  77.     Picture.Data = {<image000.bmp>}
  78.   end
  79.   object lblTitle: TLabel
  80.     Left = 140
  81.     Top = 16
  82.     Width = 161
  83.     Height = 19
  84.     Caption = '(SET AT RUN TIME)'
  85.     Color = clWhite
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clBlue
  88.     Font.Height = -16
  89.     Font.Name = 'Tahoma'
  90.     Font.Style = [fsBold]
  91.     ParentColor = False
  92.     ParentFont = False
  93.   end
  94.   object btnOK: TButton
  95.     Left = 264
  96.     Top = 293
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'btnOK'
  100.     Default = True
  101.     TabOrder = 0
  102.     OnClick = btnOKClick
  103.   end
  104.   object btnCancel: TButton
  105.     Left = 346
  106.     Top = 293
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'btnCancel'
  111.     ModalResult = 2
  112.     TabOrder = 1
  113.   end
  114.   object txtName: TnbChannelTitleEdit
  115.     Left = 140
  116.     Top = 147
  117.     Width = 265
  118.     Height = 21
  119.     Color = clWhite
  120.     TabOrder = 2
  121.   end
  122. end
  123.